From b1c5fba69714264b5585ae9183f2ff51dc6c187a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Wojdy=C5=82a?= Date: Fri, 17 Apr 2015 10:44:29 +0200 Subject: [PATCH] public/grant_table.h: fix description of GNTTABOP_map_grant_ref MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Error code is not returned in the field of the gnttab_map_grant_ref structure but in the field only. Signed-off-by: Rafał Wojdyła --- xen/include/public/grant_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/grant_table.h b/xen/include/public/grant_table.h index c8619ed50d..f516a57544 100644 --- a/xen/include/public/grant_table.h +++ b/xen/include/public/grant_table.h @@ -321,7 +321,7 @@ typedef uint32_t grant_handle_t; /* * GNTTABOP_map_grant_ref: Map the grant entry (,) for access * by devices and/or host CPUs. If successful, is a tracking number - * that must be presented later to destroy the mapping(s). On error, + * that must be presented later to destroy the mapping(s). On error, * is a negative status code. * NOTES: * 1. If GNTMAP_device_map is specified then is the address -- 2.30.2